How to – Filter SubGrid in Dynamics 365 (with New Form Rendering or Turbo Form)


Recently we had a requirement wherein we wanted to see all the child records of a record in a SubGrid .

We had self-referential (hierarchical relationship) enabled for that entity.

Configuring the Sub Grid on the form.

We have also enabled the Editable grid for the Sub Grid.

The JavaScript code

</p>
<p>function filterSubGrid()<br />
{<br />
// get the current record's guid<br />
var entityId = Xrm.Page.data.entity.getId();</p>
<p>// refer the subgrid<br />
var testGrid = window.parent.document.getElementById("Test");</p>
<p>if (testGrid == null)<br />
{<br />
setTimeout(function () {filterSubGrid(); }, 2000);<br />
return;<br />
}</p>
<p>// fetch xml code using User operator<br />
var fetchXml = "&lt;fetch distinct='false' no-lock='false' mapping='logical'&gt;" +<br />
"&lt;entity name='new_test' &gt;" +<br />
"&lt;attribute name='new_name' /&gt;" +<br />
" &lt;attribute name='new_testname' /&gt;" +<br />
"&lt;order attribute='new_name' descending='true' /&gt;" +<br />
"&lt;filter type='and'&gt;" +<br />
"&lt;condition attribute='new_testid' operator='under' value='"+entityId+"'"+"/&gt;" +<br />
"&lt;/filter&gt;" +<br />
"&lt;/entity&gt;" +<br />
"&lt;/fetch&gt;";</p>
<p>if (testGrid.control != null)<br />
{<br />
testGrid.control.SetParameter("fetchXml", fetchXml);<br />
testGrid.control.refresh();<br />
}<br />
else<br />
{<br />
setTimeout(filterSubGrid, 500);<br />
}<br />
}</p>
<p>

The filtered Sub Grid (editable)

Note :- The JavaScript code is unsupported as we are making use of getElementById instead of Xrm library to access subgrid.

Hope it helps..

Advertisements

Author: Nishant Rana

I love working in and sharing everything about Microsoft.NET technology !

6 thoughts on “How to – Filter SubGrid in Dynamics 365 (with New Form Rendering or Turbo Form)”

  1. While it can be tempting to fulfill requirements in whatever way we can to do so at the expense of maintainablity of the system is rarely a good trade off. These exceptions to supportabilty are rarely documented and visible to the future operations/development teams. One of the main premises of using the platform is to be able to take advantage of new functionality as it becomes available. Unsupported customizations make this goal more challenging and isn’t in the best strategic interest of the enterprise. I would instead challenge the creativity of the development team to come up with alternate solutions that are supported. For example, in this case perhaps a web resource could have fulfilled the need while also keeping the system upgradable in the future.

    Like

    1. I ‘d also suggest that the Microsoft Dynamics 365 development team provide us with a supported method for doing this.
      Developing a web resource is OK, but is not a good solution as it also comes with maintainability costs that have to be assumed by the customer/partner development team.
      I’ve submitted a new idea in Microsoft’s experience page, which you can upvote here: https://experience.dynamics.com/ideas/idea/?ideaid=2e23736d-65ee-e811-a140-0003ff68c1bb

      Like

Please share your thoughts

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Power Spark

Power Spark By Shrangarika

Van Carl Nguyen

Exploration of Power Platform

My Trial

It is my experience timeline.

Power⚡Thomas

Sharing my knowledge and experience about the Microsoft Power Platform.

Arpit Power Guide

a guide to powering up community

Welcome to the Blog of Paul Andrew

Sponsored by Cloud Formations Ltd

Deriving Dynamics 365

Deriving Solutions and features on Power Platform/Dynamics 365

The CRM Ninja

Thoughts & musings from a Dynamics 365 Ninja!

D CRM Explorer

Learn about Microsoft Dynamics CRM Power Platform customization and implementation and other cool stuffs

Stroke // Jonas Rapp

I know pre-stroke. I will improve who I was.

Power Melange

Power Melange By Shalinee

Clavin's Blog

Power Automate - Power Apps - SharePoint Online - Azure - Nintex - K2 - Artificial Intelligence

Sat Sangha Salon

An Inquiry in Being

The Indoencers

The Influencers & Influences of Indian Music

Monika Halan's blog

Hand's-free money management

D365 Demystified

A closer look at Microsoft Dynamics 365.

Microsoft Mate (msftmate) - Andrew Rogers

Experienced consultant primarily focused on Microsoft Dynamics 365 and the Power Platform

Knowhere365

Specific topics by Django Lohn on the whole Microsoft365 Stack

Manmit Rahevar's Blog

One Stop Destination for Microsoft Technology Solutions

MG

Naturally Curious

Brian Illand

Power Platform and Dynamics 365

Steve Mordue MVP

A Microsoft Business Applications MVP

Subwoofer 101

Bass defines your home theater

SQLTwins by Nakul Vachhrajani

SQL Server tips and experiences dedicated to my twin daughters.

Everything D365

Discovering Azure DevOps and D365 Business Applications

Tech Wizard

Lets do IT Spells

XRM Tricks (Power Platform & Dynamics CRM )

Power Platform & Dynamics CRM

CRM TIPS BY PRM

Mail to crmtipsbyprm@gmail.com for queries and suggestions

nijos.dev

Giving back to the community what I have learned

xrm CRM Dynamics

Dynamics CRM Technical & Functional Info

Dynamics 365 Blogs - Explained in unique way

Sometimes you need to look at things from different perspective.

CRM Keeper

Dynamics 365 Customer Engagement, CRM, Microsoft CRM, Dynamics CRM